home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / msgq160s.arc / SHELL.H < prev    next >
Text File  |  1991-10-26  |  254b  |  12 lines

  1. /*
  2.  * Exec with swap
  3.  * Written by P.J. Muller
  4.  */
  5.  
  6. unsigned char shell(char *path, char *command);
  7.  
  8. extern unsigned char swapping_enabled;
  9. extern void (far *shell_message)(char swapmode, long amount);
  10.  
  11. enum {SWAP_NONE, SWAP_EMS, SWAP_DISK};
  12.